get

open operator fun get(index: PositiveInt): Char

Returns the character of this value at the specified index. Throws an IndexOutOfBoundsException if the index is out of bounds, except in Kotlin/JS where the behavior is unspecified.